-- card: 8321 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3170 -- name: -- part contents for background part 9 ----- text ----- Function: -- part contents for background part 1 ----- text ----- TCPActiveOpen(remoteIP,remotePort,localPort) -- part contents for background part 2 ----- text ----- Open a TCP connection to a remote socket. -- part contents for background part 3 ----- text ----- remoteIP remotePort localPort Returns: -- part contents for background part 4 ----- text ----- This function allocates a TCP stream, and does an active open to the specified destination. It returns immediately, before the connection is actually open. TCPState must be called to determine when the connection is actually open and useable. A connection ID is returned, which can be used in subsequent TCP calls. NOTE: You MUST call TCPRelease to free up the buffers associated with the connection before exiting HyperCard. If you don't do this, strange and mysterious crashes will occur after you've quit HyperCard. -- part contents for background part 7 ----- text ----- address of remote machine port number on that machine local port number (zero to have one assigned automatically) connection ID